+2004-07-30 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkcombobox.c: Don't forget to destroy the row separator
+ function user data when the combo box is destroyed.
+
2004-07-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.h:
+2004-07-30 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkcombobox.c: Don't forget to destroy the row separator
+ function user data when the combo box is destroyed.
+
2004-07-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.h:
+2004-07-30 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkcombobox.c: Don't forget to destroy the row separator
+ function user data when the combo box is destroyed.
+
2004-07-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.h:
+2004-07-30 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkcombobox.c: Don't forget to destroy the row separator
+ function user data when the combo box is destroyed.
+
2004-07-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.h:
gtk_combo_box_popdown (combo_box);
+ if (combo_box->priv->row_separator_destroy)
+ (* combo_box->priv->row_separator_destroy) (combo_box->priv->row_separator_data);
+
+ combo_box->priv->row_separator_func = NULL;
+ combo_box->priv->row_separator_data = NULL;
+ combo_box->priv->row_separator_destroy = NULL;
+
combo_box->priv->destroying = 1;
GTK_OBJECT_CLASS (parent_class)->destroy (object);